PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / removeAt Method
The zero-based index of the element to remove.
In This Topic
    removeAt Method
    In This Topic
    Removes the element at the specified index of the array.
    Syntax
    public void removeAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    Exceptions
    ExceptionDescription
    Thrown when the index is out of range.
    See Also